Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.core.runtime.IConfigurationElement

Packages that use IConfigurationElement
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. 
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Uses of IConfigurationElement in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type IConfigurationElement
 void IncrementalProjectBuilder.setInitializationData(IConfigurationElement config, String propertyName, Object data)
          Sets initialization data for this builder.
 

Uses of IConfigurationElement in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IConfigurationElement
 IConfigurationElement[] IPluginRegistry.getConfigurationElementsFor(String extensionPointId)
          Returns all configuration elements from all extensions configured into the identified extension point.
 IConfigurationElement[] IPluginRegistry.getConfigurationElementsFor(String pluginId, String extensionPointName)
          Returns all configuration elements from all extensions configured into the identified extension point.
 IConfigurationElement[] IPluginRegistry.getConfigurationElementsFor(String pluginId, String extensionPointName, String extensionId)
          Returns all configuration elements from the identified extension.
 IConfigurationElement[] IExtensionRegistry.getConfigurationElementsFor(String extensionPointId)
          Returns all configuration elements from all extensions configured into the identified extension point.
 IConfigurationElement[] IExtensionRegistry.getConfigurationElementsFor(String elementId, String extensionPointName)
          Returns all configuration elements from all extensions configured into the identified extension point.
 IConfigurationElement[] IExtensionRegistry.getConfigurationElementsFor(String elementId, String extensionPointName, String extensionId)
          Returns all configuration elements from the identified extension.
 IConfigurationElement[] IExtensionPoint.getConfigurationElements()
          Returns all configuration elements from all extensions configured into this extension point.
 IConfigurationElement[] IExtension.getConfigurationElements()
          Returns all configuration elements declared by this extension.
 IConfigurationElement[] IConfigurationElement.getChildren()
          Returns all configuration elements that are children of this configuration element.
 IConfigurationElement[] IConfigurationElement.getChildren(String name)
          Returns all child configuration elements with the given name.
 

Methods in org.eclipse.core.runtime with parameters of type IConfigurationElement
 void IExecutableExtension.setInitializationData(IConfigurationElement config, String propertyName, Object data)
          This method is called by the implementation of the method IConfigurationElement.createExecutableExtension on a newly constructed extension, passing it its relevant configuration information.
 

Uses of IConfigurationElement in org.eclipse.help.ui.browser
 

Methods in org.eclipse.help.ui.browser with parameters of type IConfigurationElement
 void LaunchURL.setInitializationData(IConfigurationElement config, String propertyName, Object data)
           
 

Uses of IConfigurationElement in org.eclipse.team.ui.synchronize
 

Fields in org.eclipse.team.ui.synchronize declared as IConfigurationElement
protected  IConfigurationElement AbstractSynchronizeParticipant.configElement
           
 

Methods in org.eclipse.team.ui.synchronize with parameters of type IConfigurationElement
 void AbstractSynchronizeParticipant.setInitializationData(IConfigurationElement config, String propertyName, Object data)
           
 

Uses of IConfigurationElement in org.eclipse.ui
 

Constructors in org.eclipse.ui with parameters of type IConfigurationElement
SelectionEnabler(IConfigurationElement configElement)
          ActionEnabler constructor.
 

Uses of IConfigurationElement in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IConfigurationElement
protected  IConfigurationElement WorkbenchPart.getConfigurationElement()
          Returns the configuration element for this part.
 

Methods in org.eclipse.ui.part with parameters of type IConfigurationElement
 void WorkbenchPart.setInitializationData(IConfigurationElement cfig, String propertyName, Object data)
          The WorkbenchPart implementation of this IExecutableExtension records the configuration element in and internal state variable (accessible via getConfigElement).
 

Uses of IConfigurationElement in org.eclipse.ui.texteditor
 

Fields in org.eclipse.ui.texteditor declared as IConfigurationElement
 IConfigurationElement AnnotationPreference.fConfigurationElement
          The configuration element from which to create the annotation image provider.
 

Methods in org.eclipse.ui.texteditor with parameters of type IConfigurationElement
 void AnnotationPreference.setAnnotationImageProviderData(IConfigurationElement configurationElement, String annotationImageProviderAttribute)
          Sets the data needed to create the annotation image provider.
 

Uses of IConfigurationElement in org.eclipse.ui.wizards.newresource
 

Methods in org.eclipse.ui.wizards.newresource with parameters of type IConfigurationElement
 void BasicNewProjectResourceWizard.setInitializationData(IConfigurationElement cfig, String propertyName, Object data)
          Stores the configuration element for the wizard.
static void BasicNewProjectResourceWizard.updatePerspective(IConfigurationElement configElement)
          Updates the perspective based on the current settings in the Workbench/Perspectives preference page.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.